bug 550969 - fix a typo which breaks the static build
authorSebastien Bacher <seb128@ubuntu.com>
Fri, 5 Sep 2008 20:52:40 +0000 (20:52 +0000)
committerSebastien Bacher <sbacher@src.gnome.org>
Fri, 5 Sep 2008 20:52:40 +0000 (20:52 +0000)
2008-09-05  Sebastien Bacher  <seb128@ubuntu.com>

* gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
bug 550969 - fix a typo which breaks the static build

svn path=/trunk/; revision=21303

gdk-pixbuf/ChangeLog
gdk-pixbuf/gdk-pixbuf-io.c

index 1f2960e977de0dce8b099545a2be9d58568bb8e5..eb46945d44504019d81843fe95f7954b9ad8f797 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-05  Sebastien Bacher  <seb128@ubuntu.com>
+
+       * gdk-pixbuf-io.c: (gdk_pixbuf_load_module_unlocked):
+       bug 550969 - fix a typo which breaks the static build
+
 2008-09-04  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.14.1 ===
index 0b5766b52c3435f1986118ddbf0a01324e7b9a0a..b26fb5d00188476cd6eb405c16f03d4a9269c5c3 100644 (file)
@@ -706,7 +706,7 @@ gdk_pixbuf_load_module_unlocked (GdkPixbufModule *image_module,
        g_set_error (error,
                     GDK_PIXBUF_ERROR,
                     GDK_PIXBUF_ERROR_UNKNOWN_TYPE,
-                    _("Image type '%s' is not supported",
+                    _("Image type '%s' is not supported"),
                     image_module->module_name);
        return FALSE;
 #endif  /* !USE_GMODULE */